home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s an extenstion cord.";
- }
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.even26 = 2;
- _root.sfx.gotoAndStop(3);
- _root.take = 47;
- _root.next_dis1 = 2;
- _root.next_txt1 = "Never know when you might need an extension cord...";
- prevFrame();
- }
- }
- }
-